enums

Section: ET++ enumeration description (n)
Updated: automatically Mon Apr 8 20:19:25 1991
Index Return to Main Contents
 

ENUMERATION NAME

WindowFlags  

DESCRIPTION

WindowFlags is the set of flags of the class Window. This enumeration is a bitset..SH ENUMITEMS
eWinCanClose
description If eWinCanClose is set, then clicking the close box (the left one) of the window will immediately close the window. The default action, if this flag is not set, is to iconify the document, which the window belongs to.
eWinCanClose is usually set for modeless dialogs such as the "Find/Change" dialog.
Windows contain the close box only if there is no window manager running (is always the case under SunView).
eWinDestroy
description If eWinDestroy is set, then the window may be deleted due to a request from the window manager.
eWinDefault
description the default set of flags is 0
eWinLast
description The first flag of subclasses is BIT(eWinLast+1).
 

CATEGORIES

Application Framework

 

FILES

declaration:
Window.h
 

HISTORY

joe@csesbg.at  Fri Sep 06 09:56 1991 MET DST


 

Index

ENUMERATION NAME
DESCRIPTION
CATEGORIES
FILES
HISTORY

This document was created by man2html, using the manual pages.
Time: 00:40:19 GMT, March 30, 2022